home *** CD-ROM | disk | FTP | other *** search
/ Carousel Volume 2 #1 / carousel.iso / mactosh / hc / homeimpr.sit / Home Improvements / card_5351.txt < prev    next >
Text File  |  1988-09-19  |  2KB  |  63 lines

  1. -- card: 5351 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 3490
  5. -- name: GeneralInfo
  6. ----- HyperTalk script -----
  7. on idle
  8.   get the diskspace
  9.   divide it by 1024
  10.   put the long date && the time && it & "K" into card field "Time"
  11.   pass idle
  12. end idle
  13.  
  14.  
  15. -- part 1 (field)
  16. -- low flags: 01
  17. -- high flags: 0002
  18. -- rect: left=113 top=329 right=343 bottom=465
  19. -- title width / last selected line: 0
  20. -- icon id / first selected line: 0 / 0
  21. -- text alignment: 1
  22. -- font id: 3
  23. -- text size: 9
  24. -- style flags: 256
  25. -- line height: 10
  26. -- part name: time
  27.  
  28.  
  29. -- part contents for background part 1
  30. ----- text -----
  31. GeneralInfo
  32.  
  33. -- part contents for background part 3
  34. ----- text -----
  35. -- Install this into the Home Card stack scripts:
  36. --
  37. on generalInfo
  38.   get the diskspace
  39.   divide it by 1024
  40.   put the long date && the long time && it & "K" && the mouseLoc
  41. end generalInfo
  42.  
  43. on idle
  44.   get the diskspace
  45.   divide it by 1024
  46.   put the long date && the time && it & "K" into card field "Time"
  47.   pass idle
  48. end idle
  49.  
  50. -- part contents for background part 5
  51. ----- text -----
  52. 7/1/88 3:29 PM
  53.  
  54. -- part contents for background part 4
  55. ----- text -----
  56. Sometimes it is useful to know certain things at any time (within HyperCard).  GeneralInfo is a handler that will put appropriate information into the message window.  Two possible uses of this are:
  57.  
  58. ΓÇó assign "generalInfo" as a message for a controlKey (see controlKey Home Improvement)
  59. ΓÇó put generalInfo into the idle handler of the Home Card (or any card for that matter)
  60.  
  61. -- part contents for card part 1
  62. ----- text -----
  63. Friday, July 1, 1988 3:29 PM 602.5K